Release 10.1A: OpenEdge Development:
Internationalizing Applications
SQLLOAD
SQLLOADlets you load SQL databases. The syntax forSQLLOAD(for UNIX and Windows) is:
username,passwordUser authentication.
table-name[,table-name...]One or more tables to load . Multiple tables can be specified, in a comma-separated list. Specify a
tableof%to load all tables. The-toption can be specified only if the-foption is not.database-urlThe database to which you want to connect. This has the following form:
progress:T:host-name:service-name:database-namebad-row-filenameThe file where
SQLLOADwrites rows that were not loaded. The default isscreen.charsetThe name of the character set of the tables to be loaded.
maxerrorsThe maximum number of errors allowed before processing is terminated. The default is 50.
{ comma | quote }If
commais specified, load in comma-delimited format. Ifquoteis specified, load in quote-delimited format. The default isquote.command-filenameThe file where
SQLLOADreads commands on how and what to load. The-foption can be specified only if the-toption is not.log-filenameThe file where
SQLLOADwrites errors and statistics. The default isscreen.error-checkCheck for syntax errors without loading any rows.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |